tests/frame-stats.c: Include stdlib.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 11 Feb 2020 12:46:19 +0000 (20:46 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 11 Feb 2020 12:59:04 +0000 (20:59 +0800)
It is used for exit().

tests/frame-stats.c

index 289a70c6b7e2a4d4b7c41033188526b7aa8d77ad..a9fb0040720700711788015359aed52f39220bf6 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- mode: C; c-basic-offset: 2; indent-tabs-mode: nil; -*- */
 
 #include <gtk/gtk.h>
+#include <stdlib.h>
 
 #include "frame-stats.h"
 #include "variable.h"